home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / bumperball.swf / scripts / frame_48 / DoAction.as
Encoding:
Text File  |  2005-07-13  |  129 b   |  11 lines

  1. if(_root.counter.action == 0)
  2. {
  3.    gotoAndStop("GGLoop");
  4.    play();
  5. }
  6. else
  7. {
  8.    gotoAndStop("GGAction");
  9.    play();
  10. }
  11.